Html Css Color HEX #75633D Yellow Metal

📋 copy color: '#75633D'

red 117 ◦ green 99 ◦ blue 61

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

Shades of Yellow Metal #75633D

Tints of Yellow Metal #75633D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.02%

R = 42.24%
G = 35.74%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75633D (or 0x75633D) is known color: Yellow Metal. HEX triplet: 75, 63 and 3D. RGB value is (117,99,61). Sum of RGB (Red+Green+Blue) = 117+99+61=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75633D is #8A9CC2. Grayscale: #646464. Windows color (decimal): -9084099 or 4023157. OLE color: 4023157.

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

Color convert

RGB 117 99 61 -
CMYK 0 0.15 0.48 0.54
HSL 40.71º 0.31% 0.35% -
HSV(B) 40.71º 0.48% 0.46% -
XYZ 12.64 13.04 6.27 -
YUV 100.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 117 99 61 0 0.15 0.48 0.54 40.71 0.31 0.35
Hex 75 63 3D 0 F 30 36 29 1F 23
Octal 165 143 75 0 17 60 66 51 37 43
Binary 1110101 1100011 111101 0 1111 110000 110110 101001 11111 100011

Color Harmonies of #75633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75633D

Black with #75633D

Text Example


Text Example

White with #75633D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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