Html Css Color HEX #665A42 Judge Grey

📋 copy color: '#665A42'

red 102 ◦ green 90 ◦ blue 66

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

Shades of Judge Grey #665A42

Tints of Judge Grey #665A42

RGB

 RED value IS 102 (40.23% from 255) = 39.53%

 GREEN value IS 90 (35.55% from 255) = 34.88%

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 39.53%
G = 34.88%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#665A42 (or 0x665A42) is known color: Judge Grey. HEX triplet: 66, 5A and 42. RGB value is (102,90,66). Sum of RGB (Red+Green+Blue) = 102+90+66=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #665A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A42 is #99A5BD. Grayscale: #5A5A5A. Windows color (decimal): -10069438 or 4348518. OLE color: 4348518.

HSL color Cylindrical-coordinate representation of color #665A42: hue angle of 40º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #665A42 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 90 66 -
CMYK 0 0.12 0.35 0.6
HSL 40º 0.21% 0.33% -
HSV(B) 40º 0.35% 0.4% -
XYZ 10.12 10.53 6.65 -
YUV 90.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 102 90 66 0 0.12 0.35 0.6 40 0.21 0.33
Hex 66 5A 42 0 C 23 3C 28 15 21
Octal 146 132 102 0 14 43 74 50 25 41
Binary 1100110 1011010 1000010 0 1100 100011 111100 101000 10101 100001

Color Harmonies of #665A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665A42

Black with #665A42

Text Example


Text Example

White with #665A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665A42; }

 p { color: rgb(102,90,66); }

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

background-color css

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

 a { background-color: rgb(102,90,66); }

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

border-color css

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

 span { border-color: rgb(102,90,66); }

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