Html Css Color HEX #72611B Yukon Gold

📋 copy color: '#72611B'

red 114 ◦ green 97 ◦ blue 27

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

Shades of Yukon Gold #72611B

Tints of Yukon Gold #72611B

RGB

 RED value IS 114 (44.92% from 255) = 47.9%

 GREEN value IS 97 (38.28% from 255) = 40.76%

 BLUE value IS 27 (10.94% from 255) = 11.34%

R = 47.9%
G = 40.76%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72611B (or 0x72611B) is known color: Yukon Gold. HEX triplet: 72, 61 and 1B. RGB value is (114,97,27). Sum of RGB (Red+Green+Blue) = 114+97+27=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #72611B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72611B is #8D9EE4. Grayscale: #5E5E5E. Windows color (decimal): -9281253 or 1794418. OLE color: 1794418.

HSL color Cylindrical-coordinate representation of color #72611B: hue angle of 48.28º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72611B is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 97 27 -
CMYK 0 0.15 0.76 0.55
HSL 48.28º 0.62% 0.28% -
HSV(B) 48.28º 0.76% 0.45% -
XYZ 11.41 12.21 2.79 -
YUV 94.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 114 97 27 0 0.15 0.76 0.55 48.28 0.62 0.28
Hex 72 61 1B 0 F 4C 37 30 3E 1C
Octal 162 141 33 0 17 114 67 60 76 34
Binary 1110010 1100001 11011 0 1111 1001100 110111 110000 111110 11100

Color Harmonies of #72611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72611B

Black with #72611B

Text Example


Text Example

White with #72611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72611B; }

 p { color: rgb(114,97,27); }

 H1.HeaderClassName
 {
   color: #72611B;
 }
 .AnyTagClassName
 {
   color: #72611B;
 }
</style>

background-color css

<style>
 a { background-color: #72611B; }

 a { background-color: rgb(114,97,27); }

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

border-color css

<style>
 span { border-color: #72611B; }

 span { border-color: rgb(114,97,27); }

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