Html Css Color HEX #B06706 Golden Brown

📋 copy color: '#B06706'

red 176 ◦ green 103 ◦ blue 6

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

Shades of Golden Brown #B06706

Tints of Golden Brown #B06706

RGB

 RED value IS 176 (69.14% from 255) = 61.75%

 GREEN value IS 103 (40.63% from 255) = 36.14%

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

R = 61.75%
G = 36.14%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B06706 (or 0xB06706) is known color: Golden Brown. HEX triplet: B0, 67 and 06. RGB value is (176,103,6). Sum of RGB (Red+Green+Blue) = 176+103+6=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B06706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06706 is #4F98F9. Grayscale: #727272. Windows color (decimal): -5216506 or 419760. OLE color: 419760.

HSL color Cylindrical-coordinate representation of color #B06706: hue angle of 34.24º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B06706 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 6 -
CMYK 0 0.41 0.97 0.31
HSL 34.24º 0.93% 0.36% -
HSV(B) 34.24º 0.97% 0.69% -
XYZ 22.79 18.94 2.63 -
YUV 113.77 67.18 172.39 -
System Red Green Blue C M Y K H S L
Decimal 176 103 6 0 0.41 0.97 0.31 34.24 0.93 0.36
Hex B0 67 6 0 29 61 1F 22 5D 24
Octal 260 147 6 0 51 141 37 42 135 44
Binary 10110000 1100111 110 0 101001 1100001 11111 100010 1011101 100100

Color Harmonies of #B06706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06706

Black with #B06706

Text Example


Text Example

White with #B06706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06706; }

 p { color: rgb(176,103,6); }

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

background-color css

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

 a { background-color: rgb(176,103,6); }

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

border-color css

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

 span { border-color: rgb(176,103,6); }

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