Html Css Color HEX #75630B Yukon Gold

📋 copy color: '#75630B'

red 117 ◦ green 99 ◦ blue 11

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

Shades of Yukon Gold #75630B

Tints of Yukon Gold #75630B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.85%

R = 51.54%
G = 43.61%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75630B (or 0x75630B) is known color: Yukon Gold. HEX triplet: 75, 63 and 0B. RGB value is (117,99,11). Sum of RGB (Red+Green+Blue) = 117+99+11=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75630B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75630B is #8A9CF4. Grayscale: #5E5E5E. Windows color (decimal): -9084149 or 746357. OLE color: 746357.

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

Color convert

RGB 117 99 11 -
CMYK 0 0.15 0.91 0.54
HSL 49.81º 0.83% 0.25% -
HSV(B) 49.81º 0.91% 0.46% -
XYZ 11.86 12.73 2.15 -
YUV 94.35 80.96 144.16 -
System Red Green Blue C M Y K H S L
Decimal 117 99 11 0 0.15 0.91 0.54 49.81 0.83 0.25
Hex 75 63 B 0 F 5B 36 32 53 19
Octal 165 143 13 0 17 133 66 62 123 31
Binary 1110101 1100011 1011 0 1111 1011011 110110 110010 1010011 11001

Color Harmonies of #75630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75630B

Black with #75630B

Text Example


Text Example

White with #75630B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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