Html Css Color HEX #71630D Yukon Gold

📋 copy color: '#71630D'

red 113 ◦ green 99 ◦ blue 13

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

Shades of Yukon Gold #71630D

Tints of Yukon Gold #71630D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 50.22%
G = 44%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71630D (or 0x71630D) is known color: Yukon Gold. HEX triplet: 71, 63 and 0D. RGB value is (113,99,13). Sum of RGB (Red+Green+Blue) = 113+99+13=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71630D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71630D is #8E9CF2. Grayscale: #5D5D5D. Windows color (decimal): -9346291 or 877425. OLE color: 877425.

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

Color convert

RGB 113 99 13 -
CMYK 0 0.12 0.88 0.56
HSL 51.6º 0.79% 0.25% -
HSV(B) 51.6º 0.88% 0.44% -
XYZ 11.34 12.46 2.19 -
YUV 93.38 82.64 141.99 -
System Red Green Blue C M Y K H S L
Decimal 113 99 13 0 0.12 0.88 0.56 51.6 0.79 0.25
Hex 71 63 D 0 C 58 38 34 4F 19
Octal 161 143 15 0 14 130 70 64 117 31
Binary 1110001 1100011 1101 0 1100 1011000 111000 110100 1001111 11001

Color Harmonies of #71630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71630D

Black with #71630D

Text Example


Text Example

White with #71630D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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