Html Css Color HEX #75633C Yellow Metal

📋 copy color: '#75633C'

red 117 ◦ green 99 ◦ blue 60

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

Shades of Yellow Metal #75633C

Tints of Yellow Metal #75633C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 42.39%
G = 35.87%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75633C (or 0x75633C) is known color: Yellow Metal. HEX triplet: 75, 63 and 3C. RGB value is (117,99,60). Sum of RGB (Red+Green+Blue) = 117+99+60=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75633C is #8A9CC3. Grayscale: #646464. Windows color (decimal): -9084100 or 3957621. OLE color: 3957621.

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

Color convert

RGB 117 99 60 -
CMYK 0 0.15 0.49 0.54
HSL 41.05º 0.32% 0.35% -
HSV(B) 41.05º 0.49% 0.46% -
XYZ 12.61 13.03 6.13 -
YUV 99.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 117 99 60 0 0.15 0.49 0.54 41.05 0.32 0.35
Hex 75 63 3C 0 F 31 36 29 20 23
Octal 165 143 74 0 17 61 66 51 40 43
Binary 1110101 1100011 111100 0 1111 110001 110110 101001 100000 100011

Color Harmonies of #75633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75633C

Black with #75633C

Text Example


Text Example

White with #75633C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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