Html Css Color HEX #764634 Cumin

📋 copy color: '#764634'

red 118 ◦ green 70 ◦ blue 52

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

Shades of Cumin #764634

Tints of Cumin #764634

RGB

 RED value IS 118 (46.48% from 255) = 49.17%

 GREEN value IS 70 (27.73% from 255) = 29.17%

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

R = 49.17%
G = 29.17%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#764634 (or 0x764634) is known color: Cumin. HEX triplet: 76, 46 and 34. RGB value is (118,70,52). Sum of RGB (Red+Green+Blue) = 118+70+52=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #764634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764634 is #89B9CB. Grayscale: #525252. Windows color (decimal): -9025996 or 3425910. OLE color: 3425910.

HSL color Cylindrical-coordinate representation of color #764634: hue angle of 16.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764634 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 52 -
CMYK 0 0.41 0.56 0.54
HSL 16.36º 0.39% 0.33% -
HSV(B) 16.36º 0.56% 0.46% -
XYZ 10.28 8.48 4.34 -
YUV 82.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 118 70 52 0 0.41 0.56 0.54 16.36 0.39 0.33
Hex 76 46 34 0 29 38 36 10 27 21
Octal 166 106 64 0 51 70 66 20 47 41
Binary 1110110 1000110 110100 0 101001 111000 110110 10000 100111 100001

Color Harmonies of #764634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764634

Black with #764634

Text Example


Text Example

White with #764634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764634; }

 p { color: rgb(118,70,52); }

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

background-color css

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

 a { background-color: rgb(118,70,52); }

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

border-color css

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

 span { border-color: rgb(118,70,52); }

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