Html Css Color HEX #614B00 Raw Umber

📋 copy color: '#614B00'

red 97 ◦ green 75 ◦ blue 0

#614B00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #614B00

Tints of Raw Umber #614B00

RGB

 RED value IS 97 (38.28% from 255) = 56.4%

 GREEN value IS 75 (29.69% from 255) = 43.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.4%
G = 43.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#614B00 (or 0x614B00) is known color: Raw Umber. HEX triplet: 61, 4B and 00. RGB value is (97,75,0). Sum of RGB (Red+Green+Blue) = 97+75+0=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #614B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614B00 is #9EB4FF. Grayscale: #494949. Windows color (decimal): -10401024 or 19297. OLE color: 19297.

HSL color Cylindrical-coordinate representation of color #614B00: hue angle of 46.39º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #614B00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 75 0 -
CMYK 0 0.23 1 0.62
HSL 46.39º 1% 0.19% -
HSV(B) 46.39º 1% 0.38% -
XYZ 7.45 7.57 1.07 -
YUV 73.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 97 75 0 0 0.23 1 0.62 46.39 1 0.19
Hex 61 4B 0 0 17 64 3E 2E 64 13
Octal 141 113 0 0 27 144 76 56 144 23
Binary 1100001 1001011 0 0 10111 1100100 111110 101110 1100100 10011

Color Harmonies of #614B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614B00

Black with #614B00

Text Example


Text Example

White with #614B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614B00; }

 p { color: rgb(97,75,0); }

 H1.HeaderClassName
 {
   color: #614B00;
 }
 .AnyTagClassName
 {
   color: #614B00;
 }
</style>

background-color css

<style>
 a { background-color: #614B00; }

 a { background-color: rgb(97,75,0); }

 div.DivClassName
 {
   background-color: #614B00;
 }
 .BgClassName
 {
   background-color: #614B00;
 }
</style>

border-color css

<style>
 span { border-color: #614B00; }

 span { border-color: rgb(97,75,0); }

 td.TdClassName
 {
   border-color: #614B00;
 }
 .TagClassName
 {
   border-color: #614B00;
 }
</style>