Html Css Color HEX #71630F Yukon Gold

📋 copy color: '#71630F'

red 113 ◦ green 99 ◦ blue 15

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

Shades of Yukon Gold #71630F

Tints of Yukon Gold #71630F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.61%

R = 49.78%
G = 43.61%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71630F (or 0x71630F) is known color: Yukon Gold. HEX triplet: 71, 63 and 0F. RGB value is (113,99,15). Sum of RGB (Red+Green+Blue) = 113+99+15=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71630F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71630F is #8E9CF0. Grayscale: #5D5D5D. Windows color (decimal): -9346289 or 1008497. OLE color: 1008497.

HSL color Cylindrical-coordinate representation of color #71630F: hue angle of 51.43º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71630F is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 99 15 -
CMYK 0 0.12 0.87 0.56
HSL 51.43º 0.77% 0.25% -
HSV(B) 51.43º 0.87% 0.44% -
XYZ 11.36 12.47 2.26 -
YUV 93.61 83.64 141.83 -
System Red Green Blue C M Y K H S L
Decimal 113 99 15 0 0.12 0.87 0.56 51.43 0.77 0.25
Hex 71 63 F 0 C 57 38 33 4D 19
Octal 161 143 17 0 14 127 70 63 115 31
Binary 1110001 1100011 1111 0 1100 1010111 111000 110011 1001101 11001

Color Harmonies of #71630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71630F

Black with #71630F

Text Example


Text Example

White with #71630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71630F; }

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

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

background-color css

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

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

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

border-color css

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

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

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