Html Css Color HEX #CC691E Chocolate

📋 copy color: '#CC691E'

red 204 ◦ green 105 ◦ blue 30

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

Shades of Chocolate #CC691E

Tints of Chocolate #CC691E

RGB

 RED value IS 204 (80.08% from 255) = 60.18%

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

 BLUE value IS 30 (12.11% from 255) = 8.85%

R = 60.18%
G = 30.97%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC691E (or 0xCC691E) is known color: Chocolate. HEX triplet: CC, 69 and 1E. RGB value is (204,105,30). Sum of RGB (Red+Green+Blue) = 204+105+30=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC691E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC691E is #3396E1. Grayscale: #7E7E7E. Windows color (decimal): -3380962 or 1993164. OLE color: 1993164.

HSL color Cylindrical-coordinate representation of color #CC691E: hue angle of 25.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC691E is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 30 -
CMYK 0 0.49 0.85 0.2
HSL 25.86º 0.74% 0.46% -
HSV(B) 25.86º 0.85% 0.8% -
XYZ 30.19 23.03 4.08 -
YUV 126.05 73.8 183.6 -
System Red Green Blue C M Y K H S L
Decimal 204 105 30 0 0.49 0.85 0.2 25.86 0.74 0.46
Hex CC 69 1E 0 31 55 14 1A 4A 2E
Octal 314 151 36 0 61 125 24 32 112 56
Binary 11001100 1101001 11110 0 110001 1010101 10100 11010 1001010 101110

Color Harmonies of #CC691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC691E

Black with #CC691E

Text Example


Text Example

White with #CC691E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC691E; }

 p { color: rgb(204,105,30); }

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

background-color css

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

 a { background-color: rgb(204,105,30); }

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

border-color css

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

 span { border-color: rgb(204,105,30); }

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