Html Css Color HEX #B6680A Golden Brown

📋 copy color: '#B6680A'

red 182 ◦ green 104 ◦ blue 10

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

Shades of Golden Brown #B6680A

Tints of Golden Brown #B6680A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

 BLUE value IS 10 (4.3% from 255) = 3.38%

R = 61.49%
G = 35.14%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B6680A (or 0xB6680A) is known color: Golden Brown. HEX triplet: B6, 68 and 0A. RGB value is (182,104,10). Sum of RGB (Red+Green+Blue) = 182+104+10=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B6680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6680A is #4997F5. Grayscale: #757575. Windows color (decimal): -4823030 or 682166. OLE color: 682166.

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

Color convert

RGB 182 104 10 -
CMYK 0 0.43 0.95 0.29
HSL 32.79º 0.9% 0.38% -
HSV(B) 32.79º 0.95% 0.71% -
XYZ 24.3 19.87 2.84 -
YUV 116.61 67.84 174.64 -
System Red Green Blue C M Y K H S L
Decimal 182 104 10 0 0.43 0.95 0.29 32.79 0.9 0.38
Hex B6 68 A 0 2B 5F 1D 21 5A 26
Octal 266 150 12 0 53 137 35 41 132 46
Binary 10110110 1101000 1010 0 101011 1011111 11101 100001 1011010 100110

Color Harmonies of #B6680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6680A

Black with #B6680A

Text Example


Text Example

White with #B6680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6680A; }

 p { color: rgb(182,104,10); }

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

background-color css

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

 a { background-color: rgb(182,104,10); }

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

border-color css

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

 span { border-color: rgb(182,104,10); }

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