Html Css Color HEX #638569 Laurel

📋 copy color: '#638569'

red 99 ◦ green 133 ◦ blue 105

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

Shades of Laurel #638569

Tints of Laurel #638569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 29.38%
G = 39.47%
B = 31.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#638569 (or 0x638569) is known color: Laurel. HEX triplet: 63, 85 and 69. RGB value is (99,133,105). Sum of RGB (Red+Green+Blue) = 99+133+105=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #638569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638569 is #9C7A96. Grayscale: #777777. Windows color (decimal): -10254999 or 6915427. OLE color: 6915427.

HSL color Cylindrical-coordinate representation of color #638569: hue angle of 130.59º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #638569 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 133 105 -
CMYK 0.26 0 0.21 0.48
HSL 130.59º 0.15% 0.45% -
HSV(B) 130.59º 0.26% 0.52% -
XYZ 16.08 20.45 16.46 -
YUV 119.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 99 133 105 0.26 0 0.21 0.48 130.59 0.15 0.45
Hex 63 85 69 1A 0 15 30 83 F 2D
Octal 143 205 151 32 0 25 60 203 17 55
Binary 1100011 10000101 1101001 11010 0 10101 110000 10000011 1111 101101

Color Harmonies of #638569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638569

Black with #638569

Text Example


Text Example

White with #638569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638569; }

 p { color: rgb(99,133,105); }

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

background-color css

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

 a { background-color: rgb(99,133,105); }

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

border-color css

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

 span { border-color: rgb(99,133,105); }

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