Html Css Color HEX #614007 Raw Umber

📋 copy color: '#614007'

red 97 ◦ green 64 ◦ blue 7

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

Shades of Raw Umber #614007

Tints of Raw Umber #614007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.1%

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

R = 57.74%
G = 38.1%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#614007 (or 0x614007) is known color: Raw Umber. HEX triplet: 61, 40 and 07. RGB value is (97,64,7). Sum of RGB (Red+Green+Blue) = 97+64+7=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #614007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614007 is #9EBFF8. Grayscale: #434343. Windows color (decimal): -10403833 or 475233. OLE color: 475233.

HSL color Cylindrical-coordinate representation of color #614007: hue angle of 38º 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 #614007 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 64 7 -
CMYK 0 0.34 0.93 0.62
HSL 38º 0.87% 0.2% -
HSV(B) 38º 0.93% 0.38% -
XYZ 6.8 6.22 1.04 -
YUV 67.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 97 64 7 0 0.34 0.93 0.62 38 0.87 0.2
Hex 61 40 7 0 22 5D 3E 26 57 14
Octal 141 100 7 0 42 135 76 46 127 24
Binary 1100001 1000000 111 0 100010 1011101 111110 100110 1010111 10100

Color Harmonies of #614007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614007

Black with #614007

Text Example


Text Example

White with #614007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614007; }

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

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

background-color css

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

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

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

border-color css

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

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

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