Html Css Color HEX #665842 Judge Grey

📋 copy color: '#665842'

red 102 ◦ green 88 ◦ blue 66

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

Shades of Judge Grey #665842

Tints of Judge Grey #665842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.38%

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

R = 39.84%
G = 34.38%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#665842 (or 0x665842) is known color: Judge Grey. HEX triplet: 66, 58 and 42. RGB value is (102,88,66). Sum of RGB (Red+Green+Blue) = 102+88+66=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #665842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665842 is #99A7BD. Grayscale: #595959. Windows color (decimal): -10069950 or 4348006. OLE color: 4348006.

HSL color Cylindrical-coordinate representation of color #665842: hue angle of 36.67º 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 #665842 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 88 66 -
CMYK 0 0.14 0.35 0.6
HSL 36.67º 0.21% 0.33% -
HSV(B) 36.67º 0.35% 0.4% -
XYZ 9.95 10.2 6.6 -
YUV 89.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 102 88 66 0 0.14 0.35 0.6 36.67 0.21 0.33
Hex 66 58 42 0 E 23 3C 25 15 21
Octal 146 130 102 0 16 43 74 45 25 41
Binary 1100110 1011000 1000010 0 1110 100011 111100 100101 10101 100001

Color Harmonies of #665842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665842

Black with #665842

Text Example


Text Example

White with #665842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665842; }

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

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

background-color css

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

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

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

border-color css

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

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

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