Html Css Color HEX #B6690A Golden Brown

📋 copy color: '#B6690A'

red 182 ◦ green 105 ◦ blue 10

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

Shades of Golden Brown #B6690A

Tints of Golden Brown #B6690A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

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

R = 61.28%
G = 35.35%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B6690A (or 0xB6690A) is known color: Golden Brown. HEX triplet: B6, 69 and 0A. RGB value is (182,105,10). Sum of RGB (Red+Green+Blue) = 182+105+10=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B6690A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6690A is #4996F5. Grayscale: #757575. Windows color (decimal): -4822774 or 682422. OLE color: 682422.

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

Color convert

RGB 182 105 10 -
CMYK 0 0.42 0.95 0.29
HSL 33.14º 0.9% 0.38% -
HSV(B) 33.14º 0.95% 0.71% -
XYZ 24.4 20.07 2.88 -
YUV 117.19 67.51 174.22 -
System Red Green Blue C M Y K H S L
Decimal 182 105 10 0 0.42 0.95 0.29 33.14 0.9 0.38
Hex B6 69 A 0 2A 5F 1D 21 5A 26
Octal 266 151 12 0 52 137 35 41 132 46
Binary 10110110 1101001 1010 0 101010 1011111 11101 100001 1011010 100110

Color Harmonies of #B6690A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6690A

Black with #B6690A

Text Example


Text Example

White with #B6690A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6690A; }

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

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

background-color css

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

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

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

border-color css

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

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

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