Html Css Color HEX #806C30 Yukon Gold

📋 copy color: '#806C30'

red 128 ◦ green 108 ◦ blue 48

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

Shades of Yukon Gold #806C30

Tints of Yukon Gold #806C30

RGB

 RED value IS 128 (50.39% from 255) = 45.07%

 GREEN value IS 108 (42.58% from 255) = 38.03%

 BLUE value IS 48 (19.14% from 255) = 16.9%

R = 45.07%
G = 38.03%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#806C30 (or 0x806C30) is known color: Yukon Gold. HEX triplet: 80, 6C and 30. RGB value is (128,108,48). Sum of RGB (Red+Green+Blue) = 128+108+48=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #806C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806C30 is #7F93CF. Grayscale: #6B6B6B. Windows color (decimal): -8360912 or 3173504. OLE color: 3173504.

HSL color Cylindrical-coordinate representation of color #806C30: hue angle of 45º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #806C30 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 108 48 -
CMYK 0 0.16 0.62 0.50
HSL 45º 0.45% 0.35% -
HSV(B) 45º 0.63% 0.5% -
XYZ 14.8 15.53 5.01 -
YUV 107.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 128 108 48 0 0.16 0.62 0.50 45 0.45 0.35
Hex 80 6C 30 0 10 3E 32 2D 2D 23
Octal 200 154 60 0 20 76 62 55 55 43
Binary 10000000 1101100 110000 0 10000 111110 110010 101101 101101 100011

Color Harmonies of #806C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C30

Black with #806C30

Text Example


Text Example

White with #806C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806C30; }

 p { color: rgb(128,108,48); }

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

background-color css

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

 a { background-color: rgb(128,108,48); }

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

border-color css

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

 span { border-color: rgb(128,108,48); }

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