Html Css Color HEX #676350 Crocodile

📋 copy color: '#676350'

red 103 ◦ green 99 ◦ blue 80

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

Shades of Crocodile #676350

Tints of Crocodile #676350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.37%

R = 36.52%
G = 35.11%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#676350 (or 0x676350) is known color: Crocodile. HEX triplet: 67, 63 and 50. RGB value is (103,99,80). Sum of RGB (Red+Green+Blue) = 103+99+80=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 103 - color contains mainly: red. Hex color #676350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676350 is #989CAF. Grayscale: #626262. Windows color (decimal): -10001584 or 5268327. OLE color: 5268327.

HSL color Cylindrical-coordinate representation of color #676350: hue angle of 49.57º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #676350 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 99 80 -
CMYK 0 0.04 0.22 0.60
HSL 49.57º 0.13% 0.36% -
HSV(B) 49.57º 0.22% 0.4% -
XYZ 11.5 12.39 9.37 -
YUV 98.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 103 99 80 0 0.04 0.22 0.60 49.57 0.13 0.36
Hex 67 63 50 0 4 16 3C 32 D 24
Octal 147 143 120 0 4 26 74 62 15 44
Binary 1100111 1100011 1010000 0 100 10110 111100 110010 1101 100100

Color Harmonies of #676350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676350

Black with #676350

Text Example


Text Example

White with #676350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676350; }

 p { color: rgb(103,99,80); }

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

background-color css

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

 a { background-color: rgb(103,99,80); }

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

border-color css

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

 span { border-color: rgb(103,99,80); }

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