Html Css Color HEX #634D3E Cork

📋 copy color: '#634D3E'

red 99 ◦ green 77 ◦ blue 62

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

Shades of Cork #634D3E

Tints of Cork #634D3E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

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

R = 41.6%
G = 32.35%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#634D3E (or 0x634D3E) is known color: Cork. HEX triplet: 63, 4D and 3E. RGB value is (99,77,62). Sum of RGB (Red+Green+Blue) = 99+77+62=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #634D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D3E is #9CB2C1. Grayscale: #515151. Windows color (decimal): -10269378 or 4083043. OLE color: 4083043.

HSL color Cylindrical-coordinate representation of color #634D3E: hue angle of 24.32º 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 #634D3E is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 77 62 -
CMYK 0 0.22 0.37 0.61
HSL 24.32º 0.23% 0.32% -
HSV(B) 24.32º 0.37% 0.39% -
XYZ 8.67 8.31 5.7 -
YUV 81.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 99 77 62 0 0.22 0.37 0.61 24.32 0.23 0.32
Hex 63 4D 3E 0 16 25 3D 18 17 20
Octal 143 115 76 0 26 45 75 30 27 40
Binary 1100011 1001101 111110 0 10110 100101 111101 11000 10111 100000

Color Harmonies of #634D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634D3E

Black with #634D3E

Text Example


Text Example

White with #634D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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