#6A634A

Color #6A634A Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #6A634A

Tints of Crocodile #6A634A

Color information

#6A634A (or 0x6A634A) is unknown color: approx Crocodile. HEX triplet: 6A, 63 and 4A. RGB value is (106,99,74). Sum of RGB (Red+Green+Blue) = 106+99+74=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 106 - color contains mainly: red. Hex color #6A634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A634A is #959CB5. Grayscale: #626262. Windows color (decimal): -9804982 or 4875114. OLE color: 4875114.

HSL color Cylindrical-coordinate representation of color #6A634A: hue angle of 46.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A634A is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB1069974-
CMYK00.070.300.58
HSL46.88º17.78%35.29%-
HSV(B)46.88º30.19%41.57%-
XYZ11.6412.488.27-
YUV98.24114.32133.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.99%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=37.99%
G=35.48%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106997400.070.300.5846.8817.7835.29
Hex6A634A071E3A2f1223
Octal152143112073672572243
Binary11010101100011100101001111111011101010111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A634A; }

 p { color: rgb(106,99,74); }

 H1.HeaderClassName
 {
   color: #6A634A;
 }
 .AnyTagClassName
 {
   color: #6A634A;
 }
</style>
background-color css

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

 a { background-color: rgb(106,99,74); }

 div.DivClassName
 {
   background-color: #6A634A;
 }
 .BgClassName
 {
   background-color: #6A634A;
 }
</style>
border-color css

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

 span { border-color: rgb(106,99,74); }

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