Html Css Color HEX #676252 Crocodile

📋 copy color: '#676252'

red 103 ◦ green 98 ◦ blue 82

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

Shades of Crocodile #676252

Tints of Crocodile #676252

RGB

 RED value IS 103 (40.63% from 255) = 36.4%

 GREEN value IS 98 (38.67% from 255) = 34.63%

 BLUE value IS 82 (32.42% from 255) = 28.98%

R = 36.4%
G = 34.63%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#676252 (or 0x676252) is known color: Crocodile. HEX triplet: 67, 62 and 52. RGB value is (103,98,82). Sum of RGB (Red+Green+Blue) = 103+98+82=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 103 - color contains mainly: red. Hex color #676252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676252 is #989DAD. Grayscale: #616161. Windows color (decimal): -10001838 or 5399143. OLE color: 5399143.

HSL color Cylindrical-coordinate representation of color #676252: hue angle of 45.71º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #676252 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 98 82 -
CMYK 0 0.05 0.20 0.60
HSL 45.71º 0.11% 0.36% -
HSV(B) 45.71º 0.2% 0.4% -
XYZ 11.48 12.23 9.74 -
YUV 97.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 103 98 82 0 0.05 0.20 0.60 45.71 0.11 0.36
Hex 67 62 52 0 5 14 3C 2E B 24
Octal 147 142 122 0 5 24 74 56 13 44
Binary 1100111 1100010 1010010 0 101 10100 111100 101110 1011 100100

Color Harmonies of #676252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676252

Black with #676252

Text Example


Text Example

White with #676252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676252; }

 p { color: rgb(103,98,82); }

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

background-color css

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

 a { background-color: rgb(103,98,82); }

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

border-color css

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

 span { border-color: rgb(103,98,82); }

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