Html Css Color HEX #74675E Pine Cone

📋 copy color: '#74675E'

red 116 ◦ green 103 ◦ blue 94

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

Shades of Pine Cone #74675E

Tints of Pine Cone #74675E

RGB

 RED value IS 116 (45.7% from 255) = 37.06%

 GREEN value IS 103 (40.63% from 255) = 32.91%

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 37.06%
G = 32.91%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74675E (or 0x74675E) is known color: Pine Cone. HEX triplet: 74, 67 and 5E. RGB value is (116,103,94). Sum of RGB (Red+Green+Blue) = 116+103+94=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #74675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74675E is #8B98A1. Grayscale: #696969. Windows color (decimal): -9148578 or 6186868. OLE color: 6186868.

HSL color Cylindrical-coordinate representation of color #74675E: hue angle of 24.55º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74675E is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 103 94 -
CMYK 0 0.11 0.19 0.55
HSL 24.55º 0.1% 0.41% -
HSV(B) 24.55º 0.19% 0.45% -
XYZ 14.07 14.22 12.59 -
YUV 105.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 116 103 94 0 0.11 0.19 0.55 24.55 0.1 0.41
Hex 74 67 5E 0 B 13 37 19 A 29
Octal 164 147 136 0 13 23 67 31 12 51
Binary 1110100 1100111 1011110 0 1011 10011 110111 11001 1010 101001

Color Harmonies of #74675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74675E

Black with #74675E

Text Example


Text Example

White with #74675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74675E; }

 p { color: rgb(116,103,94); }

 H1.HeaderClassName
 {
   color: #74675E;
 }
 .AnyTagClassName
 {
   color: #74675E;
 }
</style>

background-color css

<style>
 a { background-color: #74675E; }

 a { background-color: rgb(116,103,94); }

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

border-color css

<style>
 span { border-color: #74675E; }

 span { border-color: rgb(116,103,94); }

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