Html Css Color HEX #634E3E Cork

📋 copy color: '#634E3E'

red 99 ◦ green 78 ◦ blue 62

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

Shades of Cork #634E3E

Tints of Cork #634E3E

RGB

 RED value IS 99 (39.06% from 255) = 41.42%

 GREEN value IS 78 (30.86% from 255) = 32.64%

 BLUE value IS 62 (24.61% from 255) = 25.94%

R = 41.42%
G = 32.64%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#634E3E (or 0x634E3E) is known color: Cork. HEX triplet: 63, 4E and 3E. RGB value is (99,78,62). Sum of RGB (Red+Green+Blue) = 99+78+62=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #634E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E3E is #9CB1C1. Grayscale: #525252. Windows color (decimal): -10269122 or 4083299. OLE color: 4083299.

HSL color Cylindrical-coordinate representation of color #634E3E: hue angle of 25.95º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #634E3E is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 78 62 -
CMYK 0 0.21 0.37 0.61
HSL 25.95º 0.23% 0.32% -
HSV(B) 25.95º 0.37% 0.39% -
XYZ 8.74 8.45 5.73 -
YUV 82.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 99 78 62 0 0.21 0.37 0.61 25.95 0.23 0.32
Hex 63 4E 3E 0 15 25 3D 1A 17 20
Octal 143 116 76 0 25 45 75 32 27 40
Binary 1100011 1001110 111110 0 10101 100101 111101 11010 10111 100000

Color Harmonies of #634E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634E3E

Black with #634E3E

Text Example


Text Example

White with #634E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634E3E; }

 p { color: rgb(99,78,62); }

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

background-color css

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

 a { background-color: rgb(99,78,62); }

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

border-color css

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

 span { border-color: rgb(99,78,62); }

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