Html Css Color HEX #B67706 Dark Goldenrod

📋 copy color: '#B67706'

red 182 ◦ green 119 ◦ blue 6

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

Shades of Dark Goldenrod #B67706

Tints of Dark Goldenrod #B67706

RGB

 RED value IS 182 (71.48% from 255) = 59.28%

 GREEN value IS 119 (46.88% from 255) = 38.76%

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

R = 59.28%
G = 38.76%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B67706 (or 0xB67706) is known color: Dark Goldenrod. HEX triplet: B6, 77 and 06. RGB value is (182,119,6). Sum of RGB (Red+Green+Blue) = 182+119+6=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B67706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67706 is #4988F9. Grayscale: #7D7D7D. Windows color (decimal): -4819194 or 423862. OLE color: 423862.

HSL color Cylindrical-coordinate representation of color #B67706: hue angle of 38.52º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B67706 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 119 6 -
CMYK 0 0.35 0.97 0.29
HSL 38.52º 0.94% 0.37% -
HSV(B) 38.52º 0.97% 0.71% -
XYZ 25.92 23.15 3.27 -
YUV 124.96 60.87 168.69 -
System Red Green Blue C M Y K H S L
Decimal 182 119 6 0 0.35 0.97 0.29 38.52 0.94 0.37
Hex B6 77 6 0 23 61 1D 27 5E 25
Octal 266 167 6 0 43 141 35 47 136 45
Binary 10110110 1110111 110 0 100011 1100001 11101 100111 1011110 100101

Color Harmonies of #B67706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67706

Black with #B67706

Text Example


Text Example

White with #B67706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67706; }

 p { color: rgb(182,119,6); }

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

background-color css

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

 a { background-color: rgb(182,119,6); }

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

border-color css

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

 span { border-color: rgb(182,119,6); }

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