Html Css Color HEX #6B654B Crocodile

📋 copy color: '#6B654B'

red 107 ◦ green 101 ◦ blue 75

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

Shades of Crocodile #6B654B

Tints of Crocodile #6B654B

RGB

 RED value IS 107 (42.19% from 255) = 37.81%

 GREEN value IS 101 (39.84% from 255) = 35.69%

 BLUE value IS 75 (29.69% from 255) = 26.5%

R = 37.81%
G = 35.69%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B654B (or 0x6B654B) is known color: Crocodile. HEX triplet: 6B, 65 and 4B. RGB value is (107,101,75). Sum of RGB (Red+Green+Blue) = 107+101+75=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 107 - color contains mainly: red. Hex color #6B654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B654B is #949AB4. Grayscale: #636363. Windows color (decimal): -9738933 or 4941163. OLE color: 4941163.

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

Color convert

RGB 107 101 75 -
CMYK 0 0.06 0.30 0.58
HSL 48.75º 0.18% 0.36% -
HSV(B) 48.75º 0.3% 0.42% -
XYZ 11.99 12.94 8.52 -
YUV 99.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 107 101 75 0 0.06 0.30 0.58 48.75 0.18 0.36
Hex 6B 65 4B 0 6 1E 3A 31 12 24
Octal 153 145 113 0 6 36 72 61 22 44
Binary 1101011 1100101 1001011 0 110 11110 111010 110001 10010 100100

Color Harmonies of #6B654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B654B

Black with #6B654B

Text Example


Text Example

White with #6B654B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,101,75); }

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

background-color css

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

 a { background-color: rgb(107,101,75); }

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

border-color css

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

 span { border-color: rgb(107,101,75); }

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