Html Css Color HEX #614106 Raw Umber

📋 copy color: '#614106'

red 97 ◦ green 65 ◦ blue 6

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

Shades of Raw Umber #614106

Tints of Raw Umber #614106

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.69%

 BLUE value IS 6 (2.73% from 255) = 3.57%

R = 57.74%
G = 38.69%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#614106 (or 0x614106) is known color: Raw Umber. HEX triplet: 61, 41 and 06. RGB value is (97,65,6). Sum of RGB (Red+Green+Blue) = 97+65+6=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #614106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614106 is #9EBEF9. Grayscale: #444444. Windows color (decimal): -10403578 or 409953. OLE color: 409953.

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

Color convert

RGB 97 65 6 -
CMYK 0 0.33 0.94 0.62
HSL 38.9º 0.88% 0.2% -
HSV(B) 38.9º 0.94% 0.38% -
XYZ 6.85 6.34 1.03 -
YUV 67.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 97 65 6 0 0.33 0.94 0.62 38.9 0.88 0.2
Hex 61 41 6 0 21 5E 3E 27 58 14
Octal 141 101 6 0 41 136 76 47 130 24
Binary 1100001 1000001 110 0 100001 1011110 111110 100111 1011000 10100

Color Harmonies of #614106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614106

Black with #614106

Text Example


Text Example

White with #614106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614106; }

 p { color: rgb(97,65,6); }

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

background-color css

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

 a { background-color: rgb(97,65,6); }

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

border-color css

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

 span { border-color: rgb(97,65,6); }

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