Html Css Color HEX #75630F Yukon Gold

📋 copy color: '#75630F'

red 117 ◦ green 99 ◦ blue 15

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

Shades of Yukon Gold #75630F

Tints of Yukon Gold #75630F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 50.65%
G = 42.86%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75630F (or 0x75630F) is known color: Yukon Gold. HEX triplet: 75, 63 and 0F. RGB value is (117,99,15). Sum of RGB (Red+Green+Blue) = 117+99+15=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75630F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75630F is #8A9CF0. Grayscale: #5F5F5F. Windows color (decimal): -9084145 or 1008501. OLE color: 1008501.

HSL color Cylindrical-coordinate representation of color #75630F: hue angle of 49.41º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75630F is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 99 15 -
CMYK 0 0.15 0.87 0.54
HSL 49.41º 0.77% 0.26% -
HSV(B) 49.41º 0.87% 0.46% -
XYZ 11.88 12.74 2.28 -
YUV 94.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 117 99 15 0 0.15 0.87 0.54 49.41 0.77 0.26
Hex 75 63 F 0 F 57 36 31 4D 1A
Octal 165 143 17 0 17 127 66 61 115 32
Binary 1110101 1100011 1111 0 1111 1010111 110110 110001 1001101 11010

Color Harmonies of #75630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75630F

Black with #75630F

Text Example


Text Example

White with #75630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75630F; }

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

 H1.HeaderClassName
 {
   color: #75630F;
 }
 .AnyTagClassName
 {
   color: #75630F;
 }
</style>

background-color css

<style>
 a { background-color: #75630F; }

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

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

border-color css

<style>
 span { border-color: #75630F; }

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

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