Html Css Color HEX #746B2B Crete

📋 copy color: '#746B2B'

red 116 ◦ green 107 ◦ blue 43

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

Shades of Crete #746B2B

Tints of Crete #746B2B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.23%

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 43.61%
G = 40.23%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#746B2B (or 0x746B2B) is known color: Crete. HEX triplet: 74, 6B and 2B. RGB value is (116,107,43). Sum of RGB (Red+Green+Blue) = 116+107+43=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #746B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B2B is #8B94D4. Grayscale: #666666. Windows color (decimal): -9147605 or 2845556. OLE color: 2845556.

HSL color Cylindrical-coordinate representation of color #746B2B: hue angle of 52.6º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #746B2B is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 107 43 -
CMYK 0 0.08 0.63 0.55
HSL 52.6º 0.46% 0.31% -
HSV(B) 52.6º 0.63% 0.45% -
XYZ 12.9 14.4 4.39 -
YUV 102.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 116 107 43 0 0.08 0.63 0.55 52.6 0.46 0.31
Hex 74 6B 2B 0 8 3F 37 35 2E 1F
Octal 164 153 53 0 10 77 67 65 56 37
Binary 1110100 1101011 101011 0 1000 111111 110111 110101 101110 11111

Color Harmonies of #746B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B2B

Black with #746B2B

Text Example


Text Example

White with #746B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746B2B; }

 p { color: rgb(116,107,43); }

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

background-color css

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

 a { background-color: rgb(116,107,43); }

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

border-color css

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

 span { border-color: rgb(116,107,43); }

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