Html Css Color HEX #6A4208 Raw Umber

📋 copy color: '#6A4208'

red 106 ◦ green 66 ◦ blue 8

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

Shades of Raw Umber #6A4208

Tints of Raw Umber #6A4208

RGB

 RED value IS 106 (41.8% from 255) = 58.89%

 GREEN value IS 66 (26.17% from 255) = 36.67%

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

R = 58.89%
G = 36.67%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#6A4208 (or 0x6A4208) is known color: Raw Umber. HEX triplet: 6A, 42 and 08. RGB value is (106,66,8). Sum of RGB (Red+Green+Blue) = 106+66+8=180 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.89% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4208 is #95BDF7. Grayscale: #474747. Windows color (decimal): -9813496 or 541290. OLE color: 541290.

HSL color Cylindrical-coordinate representation of color #6A4208: hue angle of 35.51º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A4208 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 66 8 -
CMYK 0 0.38 0.92 0.58
HSL 35.51º 0.86% 0.22% -
HSV(B) 35.51º 0.92% 0.42% -
XYZ 7.94 6.98 1.16 -
YUV 71.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 106 66 8 0 0.38 0.92 0.58 35.51 0.86 0.22
Hex 6A 42 8 0 26 5C 3A 24 56 16
Octal 152 102 10 0 46 134 72 44 126 26
Binary 1101010 1000010 1000 0 100110 1011100 111010 100100 1010110 10110

Color Harmonies of #6A4208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4208

Black with #6A4208

Text Example


Text Example

White with #6A4208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A4208; }

 p { color: rgb(106,66,8); }

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

background-color css

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

 a { background-color: rgb(106,66,8); }

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

border-color css

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

 span { border-color: rgb(106,66,8); }

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