Html Css Color HEX #75651D Yukon Gold

📋 copy color: '#75651D'

red 117 ◦ green 101 ◦ blue 29

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

Shades of Yukon Gold #75651D

Tints of Yukon Gold #75651D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.74%

R = 47.37%
G = 40.89%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75651D (or 0x75651D) is known color: Yukon Gold. HEX triplet: 75, 65 and 1D. RGB value is (117,101,29). Sum of RGB (Red+Green+Blue) = 117+101+29=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75651D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75651D is #8A9AE2. Grayscale: #616161. Windows color (decimal): -9083619 or 1926517. OLE color: 1926517.

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

Color convert

RGB 117 101 29 -
CMYK 0 0.14 0.75 0.54
HSL 49.09º 0.6% 0.29% -
HSV(B) 49.09º 0.75% 0.46% -
XYZ 12.21 13.18 3.06 -
YUV 97.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 117 101 29 0 0.14 0.75 0.54 49.09 0.6 0.29
Hex 75 65 1D 0 E 4B 36 31 3C 1D
Octal 165 145 35 0 16 113 66 61 74 35
Binary 1110101 1100101 11101 0 1110 1001011 110110 110001 111100 11101

Color Harmonies of #75651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75651D

Black with #75651D

Text Example


Text Example

White with #75651D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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