Html Css Color HEX #75661E Yukon Gold

📋 copy color: '#75661E'

red 117 ◦ green 102 ◦ blue 30

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

Shades of Yukon Gold #75661E

Tints of Yukon Gold #75661E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.96%

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 46.99%
G = 40.96%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75661E (or 0x75661E) is known color: Yukon Gold. HEX triplet: 75, 66 and 1E. RGB value is (117,102,30). Sum of RGB (Red+Green+Blue) = 117+102+30=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75661E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75661E is #8A99E1. Grayscale: #626262. Windows color (decimal): -9083362 or 1992309. OLE color: 1992309.

HSL color Cylindrical-coordinate representation of color #75661E: hue angle of 49.66º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75661E is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 30 -
CMYK 0 0.13 0.74 0.54
HSL 49.66º 0.59% 0.29% -
HSV(B) 49.66º 0.74% 0.46% -
XYZ 12.32 13.38 3.16 -
YUV 98.28 89.47 141.35 -
System Red Green Blue C M Y K H S L
Decimal 117 102 30 0 0.13 0.74 0.54 49.66 0.59 0.29
Hex 75 66 1E 0 D 4A 36 32 3B 1D
Octal 165 146 36 0 15 112 66 62 73 35
Binary 1110101 1100110 11110 0 1101 1001010 110110 110010 111011 11101

Color Harmonies of #75661E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75661E

Black with #75661E

Text Example


Text Example

White with #75661E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75661E; }

 p { color: rgb(117,102,30); }

 H1.HeaderClassName
 {
   color: #75661E;
 }
 .AnyTagClassName
 {
   color: #75661E;
 }
</style>

background-color css

<style>
 a { background-color: #75661E; }

 a { background-color: rgb(117,102,30); }

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

border-color css

<style>
 span { border-color: #75661E; }

 span { border-color: rgb(117,102,30); }

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