Html Css Color HEX #614607 Raw Umber

📋 copy color: '#614607'

red 97 ◦ green 70 ◦ blue 7

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

Shades of Raw Umber #614607

Tints of Raw Umber #614607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.02%

R = 55.75%
G = 40.23%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#614607 (or 0x614607) is known color: Raw Umber. HEX triplet: 61, 46 and 07. RGB value is (97,70,7). Sum of RGB (Red+Green+Blue) = 97+70+7=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #614607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614607 is #9EB9F8. Grayscale: #474747. Windows color (decimal): -10402297 or 476769. OLE color: 476769.

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

Color convert

RGB 97 70 7 -
CMYK 0 0.28 0.93 0.62
HSL 42º 0.87% 0.2% -
HSV(B) 42º 0.93% 0.38% -
XYZ 7.16 6.94 1.16 -
YUV 70.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 97 70 7 0 0.28 0.93 0.62 42 0.87 0.2
Hex 61 46 7 0 1C 5D 3E 2A 57 14
Octal 141 106 7 0 34 135 76 52 127 24
Binary 1100001 1000110 111 0 11100 1011101 111110 101010 1010111 10100

Color Harmonies of #614607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614607

Black with #614607

Text Example


Text Example

White with #614607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614607; }

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

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

background-color css

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

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

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

border-color css

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

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

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