Html Css Color HEX #942606 Burnt Umber

📋 copy color: '#942606'

red 148 ◦ green 38 ◦ blue 6

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

Shades of Burnt Umber #942606

Tints of Burnt Umber #942606

RGB

 RED value IS 148 (58.2% from 255) = 77.08%

 GREEN value IS 38 (15.23% from 255) = 19.79%

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

R = 77.08%
G = 19.79%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#942606 (or 0x942606) is known color: Burnt Umber. HEX triplet: 94, 26 and 06. RGB value is (148,38,6). Sum of RGB (Red+Green+Blue) = 148+38+6=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #942606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942606 is #6BD9F9. Grayscale: #434343. Windows color (decimal): -7068154 or 403092. OLE color: 403092.

HSL color Cylindrical-coordinate representation of color #942606: hue angle of 13.52º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #942606 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 38 6 -
CMYK 0 0.74 0.96 0.42
HSL 13.52º 0.92% 0.3% -
HSV(B) 13.52º 0.96% 0.58% -
XYZ 12.94 7.7 0.98 -
YUV 67.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 148 38 6 0 0.74 0.96 0.42 13.52 0.92 0.3
Hex 94 26 6 0 4A 60 2A E 5C 1E
Octal 224 46 6 0 112 140 52 16 134 36
Binary 10010100 100110 110 0 1001010 1100000 101010 1110 1011100 11110

Color Harmonies of #942606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942606

Black with #942606

Text Example


Text Example

White with #942606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942606; }

 p { color: rgb(148,38,6); }

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

background-color css

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

 a { background-color: rgb(148,38,6); }

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

border-color css

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

 span { border-color: rgb(148,38,6); }

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