Html Css Color HEX #B68606 Dark Goldenrod

📋 copy color: '#B68606'

red 182 ◦ green 134 ◦ blue 6

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

Shades of Dark Goldenrod #B68606

Tints of Dark Goldenrod #B68606

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.61%

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

R = 56.52%
G = 41.61%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B68606 (or 0xB68606) is known color: Dark Goldenrod. HEX triplet: B6, 86 and 06. RGB value is (182,134,6). Sum of RGB (Red+Green+Blue) = 182+134+6=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B68606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68606 is #4979F9. Grayscale: #868686. Windows color (decimal): -4815354 or 427702. OLE color: 427702.

HSL color Cylindrical-coordinate representation of color #B68606: hue angle of 43.64º 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 #B68606 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 6 -
CMYK 0 0.26 0.97 0.29
HSL 43.64º 0.94% 0.37% -
HSV(B) 43.64º 0.97% 0.71% -
XYZ 27.85 27.01 3.92 -
YUV 133.76 55.9 162.41 -
System Red Green Blue C M Y K H S L
Decimal 182 134 6 0 0.26 0.97 0.29 43.64 0.94 0.37
Hex B6 86 6 0 1A 61 1D 2C 5E 25
Octal 266 206 6 0 32 141 35 54 136 45
Binary 10110110 10000110 110 0 11010 1100001 11101 101100 1011110 100101

Color Harmonies of #B68606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68606

Black with #B68606

Text Example


Text Example

White with #B68606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68606; }

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

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

background-color css

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

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

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

border-color css

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

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

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