Html Css Color HEX #71631C Yukon Gold

📋 copy color: '#71631C'

red 113 ◦ green 99 ◦ blue 28

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

Shades of Yukon Gold #71631C

Tints of Yukon Gold #71631C

RGB

 RED value IS 113 (44.53% from 255) = 47.08%

 GREEN value IS 99 (39.06% from 255) = 41.25%

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 47.08%
G = 41.25%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71631C (or 0x71631C) is known color: Yukon Gold. HEX triplet: 71, 63 and 1C. RGB value is (113,99,28). Sum of RGB (Red+Green+Blue) = 113+99+28=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71631C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71631C is #8E9CE3. Grayscale: #5F5F5F. Windows color (decimal): -9346276 or 1860465. OLE color: 1860465.

HSL color Cylindrical-coordinate representation of color #71631C: hue angle of 50.12º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71631C is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 99 28 -
CMYK 0 0.12 0.75 0.56
HSL 50.12º 0.6% 0.28% -
HSV(B) 50.12º 0.75% 0.44% -
XYZ 11.48 12.52 2.91 -
YUV 95.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 113 99 28 0 0.12 0.75 0.56 50.12 0.6 0.28
Hex 71 63 1C 0 C 4B 38 32 3C 1C
Octal 161 143 34 0 14 113 70 62 74 34
Binary 1110001 1100011 11100 0 1100 1001011 111000 110010 111100 11100

Color Harmonies of #71631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71631C

Black with #71631C

Text Example


Text Example

White with #71631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,99,28); }

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

background-color css

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

 a { background-color: rgb(113,99,28); }

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

border-color css

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

 span { border-color: rgb(113,99,28); }

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