Html Css Color HEX #CC6F27 Ochre

📋 copy color: '#CC6F27'

red 204 ◦ green 111 ◦ blue 39

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

Shades of Ochre #CC6F27

Tints of Ochre #CC6F27

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.36%

 BLUE value IS 39 (15.63% from 255) = 11.02%

R = 57.63%
G = 31.36%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC6F27 (or 0xCC6F27) is known color: Ochre. HEX triplet: CC, 6F and 27. RGB value is (204,111,39). Sum of RGB (Red+Green+Blue) = 204+111+39=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6F27 is #3390D8. Grayscale: #828282. Windows color (decimal): -3379417 or 2584524. OLE color: 2584524.

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

Color convert

RGB 204 111 39 -
CMYK 0 0.46 0.81 0.2
HSL 26.18º 0.68% 0.48% -
HSV(B) 26.18º 0.81% 0.8% -
XYZ 30.95 24.35 4.99 -
YUV 130.6 76.31 180.35 -
System Red Green Blue C M Y K H S L
Decimal 204 111 39 0 0.46 0.81 0.2 26.18 0.68 0.48
Hex CC 6F 27 0 2E 51 14 1A 44 30
Octal 314 157 47 0 56 121 24 32 104 60
Binary 11001100 1101111 100111 0 101110 1010001 10100 11010 1000100 110000

Color Harmonies of #CC6F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F27

Black with #CC6F27

Text Example


Text Example

White with #CC6F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F27; }

 p { color: rgb(204,111,39); }

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

background-color css

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

 a { background-color: rgb(204,111,39); }

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

border-color css

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

 span { border-color: rgb(204,111,39); }

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