Html Css Color HEX #75631C Yukon Gold

📋 copy color: '#75631C'

red 117 ◦ green 99 ◦ blue 28

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

Shades of Yukon Gold #75631C

Tints of Yukon Gold #75631C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.48%

R = 47.95%
G = 40.57%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75631C (or 0x75631C) is known color: Yukon Gold. HEX triplet: 75, 63 and 1C. RGB value is (117,99,28). Sum of RGB (Red+Green+Blue) = 117+99+28=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75631C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75631C is #8A9CE3. Grayscale: #606060. Windows color (decimal): -9084132 or 1860469. OLE color: 1860469.

HSL color Cylindrical-coordinate representation of color #75631C: hue angle of 47.87º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75631C is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 99 28 -
CMYK 0 0.15 0.76 0.54
HSL 47.87º 0.61% 0.28% -
HSV(B) 47.87º 0.76% 0.46% -
XYZ 12.01 12.79 2.93 -
YUV 96.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 117 99 28 0 0.15 0.76 0.54 47.87 0.61 0.28
Hex 75 63 1C 0 F 4C 36 30 3D 1C
Octal 165 143 34 0 17 114 66 60 75 34
Binary 1110101 1100011 11100 0 1111 1001100 110110 110000 111101 11100

Color Harmonies of #75631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75631C

Black with #75631C

Text Example


Text Example

White with #75631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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