Html Css Color HEX #75643D Yellow Metal

📋 copy color: '#75643D'

red 117 ◦ green 100 ◦ blue 61

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

Shades of Yellow Metal #75643D

Tints of Yellow Metal #75643D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.97%

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

R = 42.09%
G = 35.97%
B = 21.94%

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

#75643D (or 0x75643D) is known color: Yellow Metal. HEX triplet: 75, 64 and 3D. RGB value is (117,100,61). Sum of RGB (Red+Green+Blue) = 117+100+61=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75643D is #8A9BC2. Grayscale: #646464. Windows color (decimal): -9083843 or 4023413. OLE color: 4023413.

HSL color Cylindrical-coordinate representation of color #75643D: hue angle of 41.79º 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 #75643D is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 100 61 -
CMYK 0 0.15 0.48 0.54
HSL 41.79º 0.31% 0.35% -
HSV(B) 41.79º 0.48% 0.46% -
XYZ 12.74 13.23 6.3 -
YUV 100.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 117 100 61 0 0.15 0.48 0.54 41.79 0.31 0.35
Hex 75 64 3D 0 F 30 36 2A 1F 23
Octal 165 144 75 0 17 60 66 52 37 43
Binary 1110101 1100100 111101 0 1111 110000 110110 101010 11111 100011

Color Harmonies of #75643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75643D

Black with #75643D

Text Example


Text Example

White with #75643D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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