Html Css Color HEX #736E34 Crete

📋 copy color: '#736E34'

red 115 ◦ green 110 ◦ blue 52

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

Shades of Crete #736E34

Tints of Crete #736E34

RGB

 RED value IS 115 (45.31% from 255) = 41.52%

 GREEN value IS 110 (43.36% from 255) = 39.71%

 BLUE value IS 52 (20.7% from 255) = 18.77%

R = 41.52%
G = 39.71%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#736E34 (or 0x736E34) is known color: Crete. HEX triplet: 73, 6E and 34. RGB value is (115,110,52). Sum of RGB (Red+Green+Blue) = 115+110+52=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #736E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736E34 is #8C91CB. Grayscale: #696969. Windows color (decimal): -9212364 or 3436147. OLE color: 3436147.

HSL color Cylindrical-coordinate representation of color #736E34: hue angle of 55.24º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #736E34 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 110 52 -
CMYK 0 0.04 0.55 0.55
HSL 55.24º 0.38% 0.33% -
HSV(B) 55.24º 0.55% 0.45% -
XYZ 13.27 15.04 5.45 -
YUV 104.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 115 110 52 0 0.04 0.55 0.55 55.24 0.38 0.33
Hex 73 6E 34 0 4 37 37 37 26 21
Octal 163 156 64 0 4 67 67 67 46 41
Binary 1110011 1101110 110100 0 100 110111 110111 110111 100110 100001

Color Harmonies of #736E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E34

Black with #736E34

Text Example


Text Example

White with #736E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736E34; }

 p { color: rgb(115,110,52); }

 H1.HeaderClassName
 {
   color: #736E34;
 }
 .AnyTagClassName
 {
   color: #736E34;
 }
</style>

background-color css

<style>
 a { background-color: #736E34; }

 a { background-color: rgb(115,110,52); }

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

border-color css

<style>
 span { border-color: #736E34; }

 span { border-color: rgb(115,110,52); }

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