Html Css Color HEX #B68706 Dark Goldenrod

📋 copy color: '#B68706'

red 182 ◦ green 135 ◦ blue 6

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

Shades of Dark Goldenrod #B68706

Tints of Dark Goldenrod #B68706

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.8%

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

R = 56.35%
G = 41.8%
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

#B68706 (or 0xB68706) is known color: Dark Goldenrod. HEX triplet: B6, 87 and 06. RGB value is (182,135,6). Sum of RGB (Red+Green+Blue) = 182+135+6=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B68706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68706 is #4978F9. Grayscale: #868686. Windows color (decimal): -4815098 or 427958. OLE color: 427958.

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

Color convert

RGB 182 135 6 -
CMYK 0 0.26 0.97 0.29
HSL 43.98º 0.94% 0.37% -
HSV(B) 43.98º 0.97% 0.71% -
XYZ 27.99 27.29 3.96 -
YUV 134.35 55.57 161.99 -
System Red Green Blue C M Y K H S L
Decimal 182 135 6 0 0.26 0.97 0.29 43.98 0.94 0.37
Hex B6 87 6 0 1A 61 1D 2C 5E 25
Octal 266 207 6 0 32 141 35 54 136 45
Binary 10110110 10000111 110 0 11010 1100001 11101 101100 1011110 100101

Color Harmonies of #B68706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68706

Black with #B68706

Text Example


Text Example

White with #B68706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68706; }

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

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

background-color css

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

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

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

border-color css

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

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

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