Html Css Color HEX #B6710D Dark Goldenrod

📋 copy color: '#B6710D'

red 182 ◦ green 113 ◦ blue 13

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

Shades of Dark Goldenrod #B6710D

Tints of Dark Goldenrod #B6710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.69%

 BLUE value IS 13 (5.47% from 255) = 4.22%

R = 59.09%
G = 36.69%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6710D (or 0xB6710D) is known color: Dark Goldenrod. HEX triplet: B6, 71 and 0D. RGB value is (182,113,13). Sum of RGB (Red+Green+Blue) = 182+113+13=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B6710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6710D is #498EF2. Grayscale: #7A7A7A. Windows color (decimal): -4820723 or 881078. OLE color: 881078.

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

Color convert

RGB 182 113 13 -
CMYK 0 0.38 0.93 0.29
HSL 35.5º 0.87% 0.38% -
HSV(B) 35.5º 0.93% 0.71% -
XYZ 25.27 21.78 3.25 -
YUV 122.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 182 113 13 0 0.38 0.93 0.29 35.5 0.87 0.38
Hex B6 71 D 0 26 5D 1D 24 57 26
Octal 266 161 15 0 46 135 35 44 127 46
Binary 10110110 1110001 1101 0 100110 1011101 11101 100100 1010111 100110

Color Harmonies of #B6710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6710D

Black with #B6710D

Text Example


Text Example

White with #B6710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6710D; }

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

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

background-color css

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

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

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

border-color css

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

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

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