Html Css Color HEX #68634C Crocodile

📋 copy color: '#68634C'

red 104 ◦ green 99 ◦ blue 76

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

Shades of Crocodile #68634C

Tints of Crocodile #68634C

RGB

 RED value IS 104 (41.02% from 255) = 37.28%

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

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 37.28%
G = 35.48%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#68634C (or 0x68634C) is known color: Crocodile. HEX triplet: 68, 63 and 4C. RGB value is (104,99,76). Sum of RGB (Red+Green+Blue) = 104+99+76=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68634C is #979CB3. Grayscale: #616161. Windows color (decimal): -9936052 or 5006184. OLE color: 5006184.

HSL color Cylindrical-coordinate representation of color #68634C: hue angle of 49.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68634C is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 99 76 -
CMYK 0 0.05 0.27 0.59
HSL 49.29º 0.16% 0.35% -
HSV(B) 49.29º 0.27% 0.41% -
XYZ 11.48 12.39 8.62 -
YUV 97.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 104 99 76 0 0.05 0.27 0.59 49.29 0.16 0.35
Hex 68 63 4C 0 5 1B 3B 31 10 23
Octal 150 143 114 0 5 33 73 61 20 43
Binary 1101000 1100011 1001100 0 101 11011 111011 110001 10000 100011

Color Harmonies of #68634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68634C

Black with #68634C

Text Example


Text Example

White with #68634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68634C; }

 p { color: rgb(104,99,76); }

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

background-color css

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

 a { background-color: rgb(104,99,76); }

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

border-color css

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

 span { border-color: rgb(104,99,76); }

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