Html Css Color HEX #C68669 Burning Sand

📋 copy color: '#C68669'

red 198 ◦ green 134 ◦ blue 105

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

Shades of Burning Sand #C68669

Tints of Burning Sand #C68669

RGB

 RED value IS 198 (77.73% from 255) = 45.31%

 GREEN value IS 134 (52.73% from 255) = 30.66%

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

R = 45.31%
G = 30.66%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C68669 (or 0xC68669) is known color: Burning Sand. HEX triplet: C6, 86 and 69. RGB value is (198,134,105). Sum of RGB (Red+Green+Blue) = 198+134+105=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C68669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68669 is #397996. Grayscale: #969696. Windows color (decimal): -3766679 or 6915782. OLE color: 6915782.

HSL color Cylindrical-coordinate representation of color #C68669: hue angle of 18.71º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C68669 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 134 105 -
CMYK 0 0.32 0.47 0.22
HSL 18.71º 0.45% 0.59% -
HSV(B) 18.71º 0.47% 0.78% -
XYZ 34.36 30.08 17.36 -
YUV 149.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 198 134 105 0 0.32 0.47 0.22 18.71 0.45 0.59
Hex C6 86 69 0 20 2F 16 13 2D 3B
Octal 306 206 151 0 40 57 26 23 55 73
Binary 11000110 10000110 1101001 0 100000 101111 10110 10011 101101 111011

Color Harmonies of #C68669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68669

Black with #C68669

Text Example


Text Example

White with #C68669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68669; }

 p { color: rgb(198,134,105); }

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

background-color css

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

 a { background-color: rgb(198,134,105); }

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

border-color css

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

 span { border-color: rgb(198,134,105); }

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