Html Css Color HEX #C68C2A Geebung

📋 copy color: '#C68C2A'

red 198 ◦ green 140 ◦ blue 42

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

Shades of Geebung #C68C2A

Tints of Geebung #C68C2A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.84%

 BLUE value IS 42 (16.8% from 255) = 11.05%

R = 52.11%
G = 36.84%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C68C2A (or 0xC68C2A) is known color: Geebung. HEX triplet: C6, 8C and 2A. RGB value is (198,140,42). Sum of RGB (Red+Green+Blue) = 198+140+42=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C2A is #3973D5. Grayscale: #929292. Windows color (decimal): -3765206 or 2788550. OLE color: 2788550.

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

Color convert

RGB 198 140 42 -
CMYK 0 0.29 0.79 0.22
HSL 37.69º 0.65% 0.47% -
HSV(B) 37.69º 0.79% 0.78% -
XYZ 33.08 30.93 6.42 -
YUV 146.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 198 140 42 0 0.29 0.79 0.22 37.69 0.65 0.47
Hex C6 8C 2A 0 1D 4F 16 26 41 2F
Octal 306 214 52 0 35 117 26 46 101 57
Binary 11000110 10001100 101010 0 11101 1001111 10110 100110 1000001 101111

Color Harmonies of #C68C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C2A

Black with #C68C2A

Text Example


Text Example

White with #C68C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C2A; }

 p { color: rgb(198,140,42); }

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

background-color css

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

 a { background-color: rgb(198,140,42); }

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

border-color css

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

 span { border-color: rgb(198,140,42); }

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