Html Css Color HEX #75634D Pine Cone

📋 copy color: '#75634D'

red 117 ◦ green 99 ◦ blue 77

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

Shades of Pine Cone #75634D

Tints of Pine Cone #75634D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.28%

R = 39.93%
G = 33.79%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75634D (or 0x75634D) is known color: Pine Cone. HEX triplet: 75, 63 and 4D. RGB value is (117,99,77). Sum of RGB (Red+Green+Blue) = 117+99+77=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75634D is #8A9CB2. Grayscale: #656565. Windows color (decimal): -9084083 or 5071733. OLE color: 5071733.

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

Color convert

RGB 117 99 77 -
CMYK 0 0.15 0.34 0.54
HSL 33º 0.21% 0.38% -
HSV(B) 33º 0.34% 0.46% -
XYZ 13.14 13.24 8.88 -
YUV 101.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 117 99 77 0 0.15 0.34 0.54 33 0.21 0.38
Hex 75 63 4D 0 F 22 36 21 15 26
Octal 165 143 115 0 17 42 66 41 25 46
Binary 1110101 1100011 1001101 0 1111 100010 110110 100001 10101 100110

Color Harmonies of #75634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75634D

Black with #75634D

Text Example


Text Example

White with #75634D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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