Html Css Color HEX #75651B Yukon Gold

📋 copy color: '#75651B'

red 117 ◦ green 101 ◦ blue 27

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

Shades of Yukon Gold #75651B

Tints of Yukon Gold #75651B

RGB

 RED value IS 117 (46.09% from 255) = 47.76%

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

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

R = 47.76%
G = 41.22%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#75651B (or 0x75651B) is known color: Yukon Gold. HEX triplet: 75, 65 and 1B. RGB value is (117,101,27). Sum of RGB (Red+Green+Blue) = 117+101+27=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75651B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75651B is #8A9AE4. Grayscale: #616161. Windows color (decimal): -9083621 or 1795445. OLE color: 1795445.

HSL color Cylindrical-coordinate representation of color #75651B: hue angle of 49.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75651B is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 27 -
CMYK 0 0.14 0.77 0.54
HSL 49.33º 0.63% 0.28% -
HSV(B) 49.33º 0.77% 0.46% -
XYZ 12.19 13.17 2.94 -
YUV 97.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 117 101 27 0 0.14 0.77 0.54 49.33 0.63 0.28
Hex 75 65 1B 0 E 4D 36 31 3E 1C
Octal 165 145 33 0 16 115 66 61 76 34
Binary 1110101 1100101 11011 0 1110 1001101 110110 110001 111110 11100

Color Harmonies of #75651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75651B

Black with #75651B

Text Example


Text Example

White with #75651B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,101,27); }

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

background-color css

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

 a { background-color: rgb(117,101,27); }

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

border-color css

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

 span { border-color: rgb(117,101,27); }

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