Html Css Color HEX #6A4407 Raw Umber

📋 copy color: '#6A4407'

red 106 ◦ green 68 ◦ blue 7

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

Shades of Raw Umber #6A4407

Tints of Raw Umber #6A4407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.57%

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

R = 58.56%
G = 37.57%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6A4407 (or 0x6A4407) is known color: Raw Umber. HEX triplet: 6A, 44 and 07. RGB value is (106,68,7). Sum of RGB (Red+Green+Blue) = 106+68+7=181 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.56% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4407 is #95BBF8. Grayscale: #484848. Windows color (decimal): -9812985 or 476266. OLE color: 476266.

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

Color convert

RGB 106 68 7 -
CMYK 0 0.36 0.93 0.58
HSL 36.97º 0.88% 0.22% -
HSV(B) 36.97º 0.93% 0.42% -
XYZ 8.05 7.21 1.17 -
YUV 72.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 106 68 7 0 0.36 0.93 0.58 36.97 0.88 0.22
Hex 6A 44 7 0 24 5D 3A 25 58 16
Octal 152 104 7 0 44 135 72 45 130 26
Binary 1101010 1000100 111 0 100100 1011101 111010 100101 1011000 10110

Color Harmonies of #6A4407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4407

Black with #6A4407

Text Example


Text Example

White with #6A4407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,68,7); }

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

background-color css

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

 a { background-color: rgb(106,68,7); }

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

border-color css

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

 span { border-color: rgb(106,68,7); }

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