Html Css Color HEX #88690C Yukon Gold

📋 copy color: '#88690C'

red 136 ◦ green 105 ◦ blue 12

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

Shades of Yukon Gold #88690C

Tints of Yukon Gold #88690C

RGB

 RED value IS 136 (53.52% from 255) = 53.75%

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

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 53.75%
G = 41.5%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88690C (or 0x88690C) is known color: Yukon Gold. HEX triplet: 88, 69 and 0C. RGB value is (136,105,12). Sum of RGB (Red+Green+Blue) = 136+105+12=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #88690C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88690C is #7796F3. Grayscale: #686868. Windows color (decimal): -7837428 or 813448. OLE color: 813448.

HSL color Cylindrical-coordinate representation of color #88690C: hue angle of 45º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88690C is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 105 12 -
CMYK 0 0.23 0.91 0.47
HSL 45º 0.84% 0.29% -
HSV(B) 45º 0.91% 0.53% -
XYZ 15.27 15.36 2.51 -
YUV 103.67 76.27 151.06 -
System Red Green Blue C M Y K H S L
Decimal 136 105 12 0 0.23 0.91 0.47 45 0.84 0.29
Hex 88 69 C 0 17 5B 2F 2D 54 1D
Octal 210 151 14 0 27 133 57 55 124 35
Binary 10001000 1101001 1100 0 10111 1011011 101111 101101 1010100 11101

Color Harmonies of #88690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88690C

Black with #88690C

Text Example


Text Example

White with #88690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88690C; }

 p { color: rgb(136,105,12); }

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

background-color css

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

 a { background-color: rgb(136,105,12); }

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

border-color css

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

 span { border-color: rgb(136,105,12); }

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