#B6670D

Color #B6670D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #B6670D

Tints of Golden Brown #B6670D

Color information

#B6670D (or 0xB6670D) is unknown color: approx Golden Brown. HEX triplet: B6, 67 and 0D. RGB value is (182,103,13). Sum of RGB (Red+Green+Blue) = 182+103+13=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B6670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6670D is #4998F2. Grayscale: #747474. Windows color (decimal): -4823283 or 878518. OLE color: 878518.

HSL color Cylindrical-coordinate representation of color #B6670D: hue angle of 31.95º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6670D is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB18210313-
CMYK00.430.930.29
HSL31.95º86.67%38.24%-
HSV(B)31.95º92.86%71.37%-
XYZ24.2119.672.9-
YUV116.3669.67174.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.07%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 13 (5.47% from 255) = 4.36%
R=61.07%
G=34.56%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821031300.430.930.2931.9586.6738.24
HexB667D02B5D1D205726
Octal26614715053135354012746
Binary101101101100111110101010111011101111011000001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6670D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6670D; }

 p { color: rgb(182,103,13); }

 H1.HeaderClassName
 {
   color: #B6670D;
 }
 .AnyTagClassName
 {
   color: #B6670D;
 }
</style>
background-color css

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

 a { background-color: rgb(182,103,13); }

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

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

 span { border-color: rgb(182,103,13); }

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