Html Css Color HEX #75631D Yukon Gold

📋 copy color: '#75631D'

red 117 ◦ green 99 ◦ blue 29

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

Shades of Yukon Gold #75631D

Tints of Yukon Gold #75631D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.41%

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

R = 47.76%
G = 40.41%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75631D (or 0x75631D) is known color: Yukon Gold. HEX triplet: 75, 63 and 1D. RGB value is (117,99,29). Sum of RGB (Red+Green+Blue) = 117+99+29=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75631D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75631D is #8A9CE2. Grayscale: #606060. Windows color (decimal): -9084131 or 1926005. OLE color: 1926005.

HSL color Cylindrical-coordinate representation of color #75631D: hue angle of 47.73º 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 #75631D is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 99 29 -
CMYK 0 0.15 0.75 0.54
HSL 47.73º 0.6% 0.29% -
HSV(B) 47.73º 0.75% 0.46% -
XYZ 12.02 12.79 3 -
YUV 96.4 89.96 142.69 -
System Red Green Blue C M Y K H S L
Decimal 117 99 29 0 0.15 0.75 0.54 47.73 0.6 0.29
Hex 75 63 1D 0 F 4B 36 30 3C 1D
Octal 165 143 35 0 17 113 66 60 74 35
Binary 1110101 1100011 11101 0 1111 1001011 110110 110000 111100 11101

Color Harmonies of #75631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75631D

Black with #75631D

Text Example


Text Example

White with #75631D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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