Html Css Color HEX #614612 Raw Umber

📋 copy color: '#614612'

red 97 ◦ green 70 ◦ blue 18

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

Shades of Raw Umber #614612

Tints of Raw Umber #614612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.84%

 BLUE value IS 18 (7.42% from 255) = 9.73%

R = 52.43%
G = 37.84%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#614612 (or 0x614612) is known color: Raw Umber. HEX triplet: 61, 46 and 12. RGB value is (97,70,18). Sum of RGB (Red+Green+Blue) = 97+70+18=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #614612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614612 is #9EB9ED. Grayscale: #484848. Windows color (decimal): -10402286 or 1197665. OLE color: 1197665.

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

Color convert

RGB 97 70 18 -
CMYK 0 0.28 0.81 0.62
HSL 39.49º 0.69% 0.23% -
HSV(B) 39.49º 0.81% 0.38% -
XYZ 7.23 6.97 1.54 -
YUV 72.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 97 70 18 0 0.28 0.81 0.62 39.49 0.69 0.23
Hex 61 46 12 0 1C 51 3E 27 45 17
Octal 141 106 22 0 34 121 76 47 105 27
Binary 1100001 1000110 10010 0 11100 1010001 111110 100111 1000101 10111

Color Harmonies of #614612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614612

Black with #614612

Text Example


Text Example

White with #614612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614612; }

 p { color: rgb(97,70,18); }

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

background-color css

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

 a { background-color: rgb(97,70,18); }

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

border-color css

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

 span { border-color: rgb(97,70,18); }

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