Html Css Color HEX #71650F Yukon Gold

📋 copy color: '#71650F'

red 113 ◦ green 101 ◦ blue 15

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

Shades of Yukon Gold #71650F

Tints of Yukon Gold #71650F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.1%

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

R = 49.34%
G = 44.1%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71650F (or 0x71650F) is known color: Yukon Gold. HEX triplet: 71, 65 and 0F. RGB value is (113,101,15). Sum of RGB (Red+Green+Blue) = 113+101+15=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71650F is #8E9AF0. Grayscale: #5F5F5F. Windows color (decimal): -9345777 or 1009009. OLE color: 1009009.

HSL color Cylindrical-coordinate representation of color #71650F: hue angle of 52.65º 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 #71650F is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 101 15 -
CMYK 0 0.11 0.87 0.56
HSL 52.65º 0.77% 0.25% -
HSV(B) 52.65º 0.87% 0.44% -
XYZ 11.55 12.85 2.32 -
YUV 94.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 113 101 15 0 0.11 0.87 0.56 52.65 0.77 0.25
Hex 71 65 F 0 B 57 38 35 4D 19
Octal 161 145 17 0 13 127 70 65 115 31
Binary 1110001 1100101 1111 0 1011 1010111 111000 110101 1001101 11001

Color Harmonies of #71650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71650F

Black with #71650F

Text Example


Text Example

White with #71650F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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