Html Css Color HEX #665841 Judge Grey

📋 copy color: '#665841'

red 102 ◦ green 88 ◦ blue 65

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

Shades of Judge Grey #665841

Tints of Judge Grey #665841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.49%

R = 40%
G = 34.51%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#665841 (or 0x665841) is known color: Judge Grey. HEX triplet: 66, 58 and 41. RGB value is (102,88,65). Sum of RGB (Red+Green+Blue) = 102+88+65=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #665841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665841 is #99A7BE. Grayscale: #595959. Windows color (decimal): -10069951 or 4282470. OLE color: 4282470.

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

Color convert

RGB 102 88 65 -
CMYK 0 0.14 0.36 0.6
HSL 37.3º 0.22% 0.33% -
HSV(B) 37.3º 0.36% 0.4% -
XYZ 9.92 10.19 6.44 -
YUV 89.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 102 88 65 0 0.14 0.36 0.6 37.3 0.22 0.33
Hex 66 58 41 0 E 24 3C 25 16 21
Octal 146 130 101 0 16 44 74 45 26 41
Binary 1100110 1011000 1000001 0 1110 100100 111100 100101 10110 100001

Color Harmonies of #665841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665841

Black with #665841

Text Example


Text Example

White with #665841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665841; }

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

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

background-color css

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

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

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

border-color css

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

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

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