Html Css Color HEX #75613C Yellow Metal

📋 copy color: '#75613C'

red 117 ◦ green 97 ◦ blue 60

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

Shades of Yellow Metal #75613C

Tints of Yellow Metal #75613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.4%

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

R = 42.7%
G = 35.4%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75613C (or 0x75613C) is known color: Yellow Metal. HEX triplet: 75, 61 and 3C. RGB value is (117,97,60). Sum of RGB (Red+Green+Blue) = 117+97+60=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #75613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75613C is #8A9EC3. Grayscale: #626262. Windows color (decimal): -9084612 or 3957109. OLE color: 3957109.

HSL color Cylindrical-coordinate representation of color #75613C: hue angle of 38.95º 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 #75613C is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 60 -
CMYK 0 0.17 0.49 0.54
HSL 38.95º 0.32% 0.35% -
HSV(B) 38.95º 0.49% 0.46% -
XYZ 12.43 12.66 6.06 -
YUV 98.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 117 97 60 0 0.17 0.49 0.54 38.95 0.32 0.35
Hex 75 61 3C 0 11 31 36 27 20 23
Octal 165 141 74 0 21 61 66 47 40 43
Binary 1110101 1100001 111100 0 10001 110001 110110 100111 100000 100011

Color Harmonies of #75613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75613C

Black with #75613C

Text Example


Text Example

White with #75613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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