Html Css Color HEX #907006 Golden Brown

📋 copy color: '#907006'

red 144 ◦ green 112 ◦ blue 6

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

Shades of Golden Brown #907006

Tints of Golden Brown #907006

RGB

 RED value IS 144 (56.64% from 255) = 54.96%

 GREEN value IS 112 (44.14% from 255) = 42.75%

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

R = 54.96%
G = 42.75%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#907006 (or 0x907006) is known color: Golden Brown. HEX triplet: 90, 70 and 06. RGB value is (144,112,6). Sum of RGB (Red+Green+Blue) = 144+112+6=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #907006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907006 is #6F8FF9. Grayscale: #6D6D6D. Windows color (decimal): -7311354 or 422032. OLE color: 422032.

HSL color Cylindrical-coordinate representation of color #907006: hue angle of 46.09º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #907006 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 112 6 -
CMYK 0 0.22 0.96 0.44
HSL 46.09º 0.92% 0.29% -
HSV(B) 46.09º 0.96% 0.56% -
XYZ 17.33 17.53 2.64 -
YUV 109.48 69.6 152.62 -
System Red Green Blue C M Y K H S L
Decimal 144 112 6 0 0.22 0.96 0.44 46.09 0.92 0.29
Hex 90 70 6 0 16 60 2C 2E 5C 1D
Octal 220 160 6 0 26 140 54 56 134 35
Binary 10010000 1110000 110 0 10110 1100000 101100 101110 1011100 11101

Color Harmonies of #907006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907006

Black with #907006

Text Example


Text Example

White with #907006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907006; }

 p { color: rgb(144,112,6); }

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

background-color css

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

 a { background-color: rgb(144,112,6); }

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

border-color css

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

 span { border-color: rgb(144,112,6); }

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