Html Css Color HEX #6A6348 Crocodile

📋 copy color: '#6A6348'

red 106 ◦ green 99 ◦ blue 72

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

Shades of Crocodile #6A6348

Tints of Crocodile #6A6348

RGB

 RED value IS 106 (41.8% from 255) = 38.27%

 GREEN value IS 99 (39.06% from 255) = 35.74%

 BLUE value IS 72 (28.52% from 255) = 25.99%

R = 38.27%
G = 35.74%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6A6348 (or 0x6A6348) is known color: Crocodile. HEX triplet: 6A, 63 and 48. RGB value is (106,99,72). Sum of RGB (Red+Green+Blue) = 106+99+72=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6348 is #959CB7. Grayscale: #626262. Windows color (decimal): -9804984 or 4744042. OLE color: 4744042.

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

Color convert

RGB 106 99 72 -
CMYK 0 0.07 0.32 0.58
HSL 47.65º 0.19% 0.35% -
HSV(B) 47.65º 0.32% 0.42% -
XYZ 11.58 12.46 7.92 -
YUV 98.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 106 99 72 0 0.07 0.32 0.58 47.65 0.19 0.35
Hex 6A 63 48 0 7 20 3A 30 13 23
Octal 152 143 110 0 7 40 72 60 23 43
Binary 1101010 1100011 1001000 0 111 100000 111010 110000 10011 100011

Color Harmonies of #6A6348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6348

Black with #6A6348

Text Example


Text Example

White with #6A6348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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