Html Css Color HEX #614708 Raw Umber

📋 copy color: '#614708'

red 97 ◦ green 71 ◦ blue 8

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

Shades of Raw Umber #614708

Tints of Raw Umber #614708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.34%

 BLUE value IS 8 (3.52% from 255) = 4.55%

R = 55.11%
G = 40.34%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#614708 (or 0x614708) is known color: Raw Umber. HEX triplet: 61, 47 and 08. RGB value is (97,71,8). Sum of RGB (Red+Green+Blue) = 97+71+8=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #614708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614708 is #9EB8F7. Grayscale: #474747. Windows color (decimal): -10402040 or 542561. OLE color: 542561.

HSL color Cylindrical-coordinate representation of color #614708: hue angle of 42.47º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #614708 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 71 8 -
CMYK 0 0.27 0.92 0.62
HSL 42.47º 0.85% 0.21% -
HSV(B) 42.47º 0.92% 0.38% -
XYZ 7.23 7.07 1.21 -
YUV 71.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 97 71 8 0 0.27 0.92 0.62 42.47 0.85 0.21
Hex 61 47 8 0 1B 5C 3E 2A 55 15
Octal 141 107 10 0 33 134 76 52 125 25
Binary 1100001 1000111 1000 0 11011 1011100 111110 101010 1010101 10101

Color Harmonies of #614708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614708

Black with #614708

Text Example


Text Example

White with #614708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614708; }

 p { color: rgb(97,71,8); }

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

background-color css

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

 a { background-color: rgb(97,71,8); }

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

border-color css

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

 span { border-color: rgb(97,71,8); }

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