Html Css Color HEX #68463F Congo Brown

📋 copy color: '#68463F'

red 104 ◦ green 70 ◦ blue 63

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

Shades of Congo Brown #68463F

Tints of Congo Brown #68463F

RGB

 RED value IS 104 (41.02% from 255) = 43.88%

 GREEN value IS 70 (27.73% from 255) = 29.54%

 BLUE value IS 63 (25% from 255) = 26.58%

R = 43.88%
G = 29.54%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68463F (or 0x68463F) is known color: Congo Brown. HEX triplet: 68, 46 and 3F. RGB value is (104,70,63). Sum of RGB (Red+Green+Blue) = 104+70+63=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68463F is #97B9C0. Grayscale: #4F4F4F. Windows color (decimal): -9943489 or 4146792. OLE color: 4146792.

HSL color Cylindrical-coordinate representation of color #68463F: hue angle of 10.24º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68463F is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 70 63 -
CMYK 0 0.33 0.39 0.59
HSL 10.24º 0.25% 0.33% -
HSV(B) 10.24º 0.39% 0.41% -
XYZ 8.8 7.68 5.72 -
YUV 79.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 104 70 63 0 0.33 0.39 0.59 10.24 0.25 0.33
Hex 68 46 3F 0 21 27 3B A 19 21
Octal 150 106 77 0 41 47 73 12 31 41
Binary 1101000 1000110 111111 0 100001 100111 111011 1010 11001 100001

Color Harmonies of #68463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68463F

Black with #68463F

Text Example


Text Example

White with #68463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68463F; }

 p { color: rgb(104,70,63); }

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

background-color css

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

 a { background-color: rgb(104,70,63); }

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

border-color css

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

 span { border-color: rgb(104,70,63); }

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