Html Css Color HEX #C7691A Chocolate

📋 copy color: '#C7691A'

red 199 ◦ green 105 ◦ blue 26

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

Shades of Chocolate #C7691A

Tints of Chocolate #C7691A

RGB

 RED value IS 199 (78.13% from 255) = 60.3%

 GREEN value IS 105 (41.41% from 255) = 31.82%

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 60.3%
G = 31.82%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7691A (or 0xC7691A) is known color: Chocolate. HEX triplet: C7, 69 and 1A. RGB value is (199,105,26). Sum of RGB (Red+Green+Blue) = 199+105+26=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7691A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7691A is #3896E5. Grayscale: #7C7C7C. Windows color (decimal): -3708646 or 1731015. OLE color: 1731015.

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

Color convert

RGB 199 105 26 -
CMYK 0 0.47 0.87 0.22
HSL 27.4º 0.77% 0.44% -
HSV(B) 27.4º 0.87% 0.78% -
XYZ 28.79 22.32 3.77 -
YUV 124.1 72.64 181.42 -
System Red Green Blue C M Y K H S L
Decimal 199 105 26 0 0.47 0.87 0.22 27.4 0.77 0.44
Hex C7 69 1A 0 2F 57 16 1B 4D 2C
Octal 307 151 32 0 57 127 26 33 115 54
Binary 11000111 1101001 11010 0 101111 1010111 10110 11011 1001101 101100

Color Harmonies of #C7691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7691A

Black with #C7691A

Text Example


Text Example

White with #C7691A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7691A; }

 p { color: rgb(199,105,26); }

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

background-color css

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

 a { background-color: rgb(199,105,26); }

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

border-color css

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

 span { border-color: rgb(199,105,26); }

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